home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / PhotoMeister.exe / 0 / RCDATA / TPRINTPREVIEWWINDOW / TPRINTPREVIEWWINDOW.txt
Encoding:
Text File  |  2002-06-17  |  1.9 KB  |  100 lines

  1. object PrintPreviewWindow: TPrintPreviewWindow
  2.   Left = 681
  3.   Top = 339
  4.   Width = 660
  5.   Height = 465
  6.   Caption = 'PrintPreviewWindow'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 404
  21.     Width = 652
  22.     Height = 37
  23.     Align = alBottom
  24.     TabOrder = 0
  25.     OnResize = FormResize
  26.     object Label1: TLabel
  27.       Left = 4
  28.       Top = 20
  29.       Width = 310
  30.       Height = 13
  31.       Caption = 
  32.         '(Please note: images are shown in low resolution for faster disp' +
  33.         'lay)'
  34.       Visible = False
  35.     end
  36.     object Button1: TButton
  37.       Left = 568
  38.       Top = 6
  39.       Width = 75
  40.       Height = 25
  41.       Caption = 'Close'
  42.       TabOrder = 0
  43.       OnClick = Button1Click
  44.     end
  45.   end
  46.   object Panel2: TPanel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 652
  50.     Height = 404
  51.     Align = alClient
  52.     TabOrder = 1
  53.     object Panel3: TPanel
  54.       Left = 50
  55.       Top = 1
  56.       Width = 562
  57.       Height = 402
  58.       Align = alClient
  59.       BevelOuter = bvNone
  60.       TabOrder = 0
  61.     end
  62.     object Panel4: TPanel
  63.       Left = 1
  64.       Top = 1
  65.       Width = 49
  66.       Height = 402
  67.       Align = alLeft
  68.       BevelOuter = bvNone
  69.       TabOrder = 1
  70.       object Button6: TButton
  71.         Left = 10
  72.         Top = 372
  73.         Width = 27
  74.         Height = 25
  75.         Caption = '<<'
  76.         TabOrder = 0
  77.         OnClick = Button6Click
  78.       end
  79.     end
  80.     object Panel5: TPanel
  81.       Left = 612
  82.       Top = 1
  83.       Width = 39
  84.       Height = 402
  85.       Align = alRight
  86.       BevelOuter = bvNone
  87.       TabOrder = 2
  88.       object Button7: TButton
  89.         Left = 6
  90.         Top = 372
  91.         Width = 27
  92.         Height = 25
  93.         Caption = '>>'
  94.         TabOrder = 0
  95.         OnClick = Button7Click
  96.       end
  97.     end
  98.   end
  99. end
  100.